home *** CD-ROM | disk | FTP | other *** search
- global gMenuObject, gInitObject
-
- on exitFrame
- if the initIndex of gInitObject < the number of lines in the commandList of gInitObject then
- initProcess(gInitObject)
- go(the frame)
- else
- startBuffering()
- set the currentH of gInitObject to the right of gInitObject
- moveProgBar(gInitObject)
- updateStage()
- puppetSprite(the progBarChannel of gInitObject, 0)
- puppetSprite(the loaderChan of gInitObject, 0)
- setPrefs(gMenuObject, the prefsString of gInitObject)
- showPrintOptions(gInitObject, 1)
- set gInitObject to EMPTY
- repeat while soundBusy(1)
- end repeat
- cursor(0)
- puppetTransition(51, 1)
- go("OpeningCredits")
- end if
- end
-